home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iaik.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAIK_H = 1;
- include("real/intact/r3ia2p.js")
- include("oops/r3vector.js")
-
-
- var R3CLID_IAINVKINEM = 107;
-
-
-
-
-
-
-
- R3IAIKA_JointMth = 107500;
- function SetR3IAIKA_JointMth(value) {
- R3Set(this.r3obj, R3IAIKA_JointMth, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAIKA_JointMth() {
- return R3Get(this.r3obj, R3IAIKA_JointMth, R3TID_INTEGER, 0);
- }
-
- R3IAIKA_IkMethod = 107501;
- function SetR3IAIKA_IkMethod(value) {
- R3Set(this.r3obj, R3IAIKA_IkMethod, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAIKA_IkMethod() {
- return R3Get(this.r3obj, R3IAIKA_IkMethod, R3TID_INTEGER, 0);
- }
-
- R3IAIKA_IkDepth = 107502;
- function SetR3IAIKA_IkDepth(value) {
- R3Set(this.r3obj, R3IAIKA_IkDepth, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAIKA_IkDepth() {
- return R3Get(this.r3obj, R3IAIKA_IkDepth, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iainvkinem () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAINVKINEM, arguments);
- }
- // Methods
-
- // Attributes
- this.GetJointMth=GetR3IAIKA_JointMth;
- this.SetJointMth=SetR3IAIKA_JointMth;
- this.GetIkMethod=GetR3IAIKA_IkMethod;
- this.SetIkMethod=SetR3IAIKA_IkMethod;
- this.GetIkDepth=GetR3IAIKA_IkDepth;
- this.SetIkDepth=SetR3IAIKA_IkDepth;
- }
-
- r3Iainvkinem.prototype=new r3Ia2p;
- // r3iaik.h_H